'DeclarationPublic Function New( _ ByVal server As String, _ ByVal item As String, _ ByVal errorId As String, _ ByVal vtqPayload As DAVtqPayload(Of TValue) _ )
'UsageDim server As String Dim item As String Dim errorId As String Dim vtqPayload As DAVtqPayload(Of TValue) Dim instance As New DAItemChangedPayload(Of TValue)(server, item, errorId, vtqPayload)
public DAItemChangedPayload<TValue>( string server, string item, string errorId, DAVtqPayload<TValue> vtqPayload )
public: DAItemChangedPayload<TValue>( String^ server, String^ item, String^ errorId, DAVtqPayload<TValue^>^ vtqPayload )
Parameters
- server
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
- item
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
- errorId
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
- vtqPayload
- The value of this parameter cannot be - null(- Nothingin Visual Basic).
